home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / vax / jmp_buf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-18  |  132 b   |  8 lines

  1. /* Define the machine-dependent type `jmp_buf'.  Vax version.  */
  2.  
  3. typedef struct
  4.   {
  5.     PTR __fp;
  6.     PTR __pc;
  7.   } __jmp_buf[1];
  8.